anti-analysis/anti-vm/vm-detection

check license value

rule:
  meta:
    name: check license value
    namespace: anti-analysis/anti-vm/vm-detection
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: function
      dynamic: thread
    att&ck:
      - Defense Evasion::Virtualization/Sandbox Evasion::System Checks [T1497.001]
    references:
      - https://github.com/LordNoteworthy/al-khaser/blob/master/al-khaser/AntiVM/Generic.cpp#L1224
  features:
    - and:
      - api: NtQueryLicenseValue
      - string: "Kernel-VMDetection-Private"

last edited: 2023-11-24 10:34:28